home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-14 | 460 b | 20 lines | [TEXT/R*ch] |
- [include:'includes/name.lasso']
-
- [include:'includes/nav.lasso']
-
- [if:field:'prodPictorPath' == 'pict']
- [variable_set:'image'=(image:"prodPicture", jpeg)]
- [else]
- [variable_set:'image'=(String_Concatenate:'images/products/', (field:'prodPicturePath'))]
- [/if]
-
- [if:(token_value)=='cartupdate']
- [include:'html/detailedit.html']
- [else]
- [if:(field:'prodDiscPrice' != '')]
- [include:'html/detailBuy.html']
- [else]
- [include:'html/detailShow.html']
- [/if]
- [/if]
-